home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / Bgui / AutoDoc / checkboxclass.doc < prev    next >
Encoding:
Text File  |  2000-05-09  |  729 b   |  38 lines

  1. TABLE OF CONTENTS
  2.  
  3. checkboxclass/--background--
  4. checkboxclass/GA_Selected
  5.  
  6. checkboxclass/--background--
  7.  
  8.     NAME
  9.     Class:        checkboxclass
  10.     Superclass:    buttonclass
  11.     Include File:    <libraries/bgui.h>
  12.  
  13.     FUNCTION
  14.  
  15.     To provide a gadget similar to the gadtools.library's checkbox kind.
  16.     Objects of this class will send the following attribute pairs in their
  17.     notification events.
  18.  
  19.     GA_ID        - Gadget object ID.
  20.     GA_Selected    - Gadget object selected state.
  21.  
  22. checkboxclass/GA_Selected
  23.  
  24.     NAME
  25.     GA_Selected - ( BOOL )
  26.  
  27.     FUNCTION
  28.     This  attributes  has  an  extended  applicability.  It  has been made
  29.     gettable  to  make  it    easy to inquire about the selected state of an
  30.     object.
  31.  
  32.     DEFAULT
  33.     FALSE.
  34.  
  35.     APPLICABILITY
  36.     (ISGNU).
  37.  
  38.